go/types.Func.hasPtrRecv (method)
4 uses
go/types (current package)
lookup.go#L221: if f.hasPtrRecv() && !indirect && !addressable {
methodset.go#L239: if _, found := s[key]; !found && (indirect || !f.hasPtrRecv()) {
named.go#L441: if origm.hasPtrRecv() {
object.go#L460: func (obj *Func) hasPtrRecv() bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)